home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / pbnet17.zip / STRUCT.ZIP / INOUT / MAILOUT.BAT < prev    next >
DOS Batch File  |  1994-05-29  |  354b  |  15 lines

  1. @echo off
  2.  
  3. rem                  [BLOCK STARTS HERE]
  4. set NET=Fido
  5. if exist c:\fd\filesout\00000007.pkt set ALREADY=YES
  6. call export.bat %NET% c:\fd\filesout\00000007.pkt
  7. rem                  [BLOCK ENDS HERE]
  8.  
  9.  
  10. set NET=Nanet
  11. if exist c:\fd\filesout\00000180.pkt set ALREADY=YES
  12. call export.bat %NET% c:\fd\filesout\00000180.pkt
  13.  
  14. set ALREADY=
  15.